java.io.Serializable
public class ResourceKeyCreationException extends ResourceException
Constructor | Description |
---|---|
ResourceKeyCreationException() |
Creates a StackableRuntimeException with no message and no parent.
|
ResourceKeyCreationException(java.lang.String message) |
Creates an exception.
|
ResourceKeyCreationException(java.lang.String message,
java.lang.Exception ex) |
Creates an exception.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ResourceKeyCreationException()
public ResourceKeyCreationException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ResourceKeyCreationException(java.lang.String message)
message
- the exception message.