InvalidLifecycleTransitionException(String message) Constructs a new instance of this class with the specified detail
message.
Parameters: message - the detail message.
public
InvalidLifecycleTransitionException(String message, Throwable rootCause) Constructs a new instance of this class with the specified detail
message and root cause.
Parameters: message - the detail message.
public InvalidLifecycleTransitionException()(Code)
Constructs a new instance of this class with null as its
detail message.
InvalidLifecycleTransitionException
public InvalidLifecycleTransitionException(String message)(Code)
Constructs a new instance of this class with the specified detail
message.
Parameters: message - the detail message. The detail message is saved forlater retrieval by the InvalidLifecycleTransitionException.getMessage() method.
InvalidLifecycleTransitionException
public InvalidLifecycleTransitionException(String message, Throwable rootCause)(Code)
Constructs a new instance of this class with the specified detail
message and root cause.
Parameters: message - the detail message. The detail message is saved forlater retrieval by the InvalidLifecycleTransitionException.getMessage() method. Parameters: rootCause - root failure cause
InvalidLifecycleTransitionException
public InvalidLifecycleTransitionException(Throwable rootCause)(Code)
Constructs a new instance of this class with the specified root cause.
Parameters: rootCause - root failure cause