jitas.exception
Class DomainNotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jitas.exception.JITASException
              extended by jitas.exception.DomainNotLoadedException
All Implemented Interfaces:
java.io.Serializable

public class DomainNotLoadedException
extends JITASException

See Also:
Serialized Form

Constructor Summary
DomainNotLoadedException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class jitas.exception.JITASException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainNotLoadedException

public DomainNotLoadedException(java.lang.String msg)