public final class ModuleStateException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
| ModuleStateException()Creates a new  ModuleStateExceptioninstance with no detail message. | 
| ModuleStateException(java.lang.String message)Creates a new  ModuleStateExceptioninstance with the specified detail message. | 
public ModuleStateException()
ModuleStateException instance with no detail message.public ModuleStateException(java.lang.String message)
ModuleStateException instance with the specified detail message.message - The detail message.