class SingletonException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
SingletonException(java.lang.String message)
Create a singleton exception with the specified message and no cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace()
The stack trace cannot be filled in.
|
void |
setStackTrace(java.lang.StackTraceElement[] stackTrace)
The stack trace cannot be set.
|
private static final long serialVersionUID
public SingletonException(java.lang.String message)
message
- The message for the singleton exception.public java.lang.Throwable fillInStackTrace()
fillInStackTrace
in class java.lang.Throwable
public void setStackTrace(java.lang.StackTraceElement[] stackTrace)
setStackTrace
in class java.lang.Throwable
stackTrace
- Must not be null
or contain any null
elements; otherwise ignored.