|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.util.resource.ResourceException
public class ResourceException
Indicates a problem accessing a resource.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serial version UID. |
| Constructor Summary | |
|---|---|
ResourceException()
Constructor. |
|
ResourceException(Exception wrappedException)
Constructor. |
|
ResourceException(String message)
Constructor. |
|
ResourceException(String message,
Exception wrappedException)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ResourceException()
public ResourceException(String message)
message - exception messagepublic ResourceException(Exception wrappedException)
wrappedException - exception to be wrapped by this one
public ResourceException(String message,
Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||