java.io.Serializablepublic class InvalidResourceException extends AspectranCheckedException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
InvalidResourceException() |
Simple constructor
|
InvalidResourceException(java.lang.String msg) |
Constructor to create exception with a message
|
InvalidResourceException(java.lang.String msg,
java.lang.Throwable cause) |
Constructor to create exception to wrap another exception and pass a
message
|
InvalidResourceException(java.lang.Throwable cause) |
Constructor to create exception to wrap another exception
|
public InvalidResourceException()
public InvalidResourceException(java.lang.String msg)
msg - a message to associate with the exceptionpublic InvalidResourceException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic InvalidResourceException(java.lang.String msg,
java.lang.Throwable cause)
msg - the messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.