public class PlanInstantiationException
extends java.lang.Exception
PlanBody.| Constructor and Description |
|---|
PlanInstantiationException()
Creates a new instance of PlanInstantiationException.
|
PlanInstantiationException(java.lang.String _message)
Creates a new instance of PlanInstantiationException.
|
PlanInstantiationException(java.lang.String _message,
java.lang.Throwable _cause)
Creates a new instance of PlanInstantiationException.
|
PlanInstantiationException(java.lang.Throwable _cause)
Creates a new instance of PlanInstantiationException.
|
public PlanInstantiationException()
public PlanInstantiationException(java.lang.String _message)
_message - the message to show.public PlanInstantiationException(java.lang.String _message,
java.lang.Throwable _cause)
_message - the message to show._cause - the exception that caused this exception.public PlanInstantiationException(java.lang.Throwable _cause)
_cause - the exception that caused this exception.