juglr
Class EnvironmentError
java.lang.Object
java.lang.Throwable
java.lang.Error
juglr.EnvironmentError
- All Implemented Interfaces:
- java.io.Serializable
public class EnvironmentError
- extends java.lang.Error
Fatal error for the Juglr runtime. The Juglr components, message bus, actors,
etc. can not be expected to work in a predictable manner.
If the receiving application relies on Juglr for its core tasks it is
advised that the application shut down the JVM.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EnvironmentError
public EnvironmentError(java.lang.String msg)
EnvironmentError
public EnvironmentError(java.lang.String msg,
java.lang.Throwable cause)
EnvironmentError
public EnvironmentError(java.lang.Throwable cause)