com.aurorasoftworks.signal.runtime.core.context
Class ContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aurorasoftworks.signal.runtime.core.context.ContextException
All Implemented Interfaces:
java.io.Serializable

public class ContextException
extends java.lang.RuntimeException

Signals an error encountered while processing a context.

Author:
Marek
See Also:
Serialized Form

Constructor Summary
ContextException(java.lang.Exception cause)
          Creates a new ContextException instance.
ContextException(java.lang.String message)
          Creates a new ContextException instance.
ContextException(java.lang.String message, java.lang.Exception cause)
          Creates a new ContextException instance.
 
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

ContextException

public ContextException(java.lang.String message)
Creates a new ContextException instance.

Parameters:
message - a message to initialize the new instance with

ContextException

public ContextException(java.lang.Exception cause)
Creates a new ContextException instance.

Parameters:
cause - a cause to initialize the new instance with

ContextException

public ContextException(java.lang.String message,
                        java.lang.Exception cause)
Creates a new ContextException instance.

Parameters:
message - a message to initialize the new instance with
cause - a cause to initialize the new instance with


Copyright © 2010. All Rights Reserved.