juglr
Class EnvironmentError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
EnvironmentError(java.lang.String msg)
           
EnvironmentError(java.lang.String msg, java.lang.Throwable cause)
           
EnvironmentError(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)