org.opensaml.util.resource
public class ResourceException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
ResourceException()
Constructor.
|
ResourceException(Exception wrappedException)
Constructor.
|
ResourceException(String message)
Constructor.
|
ResourceException(String message,
Exception wrappedException)
Constructor.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ResourceException()
public ResourceException(String message)
message
- exception messagepublic ResourceException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.