Class InvalidStateException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- io.jans.as.server.model.exception.InvalidStateException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidStateException extends RuntimeException
Runtime exception to stop code execution if something is not right- Author:
 - Yuriy Movchan Date: 09/08//2016
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidStateException()InvalidStateException(String message) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidStateException
public InvalidStateException()
 
- 
InvalidStateException
public InvalidStateException(String message)
 
 - 
 
 -