org.ogf.graap.wsag.server.persistence
Class PersistedResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ogf.graap.wsag.server.persistence.PersistedResourceException
- All Implemented Interfaces:
- Serializable
public class PersistedResourceException
- extends Exception
Exception raised by the WSAG4J persistence layer.
- Author:
- owaeld
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PersistedResourceException
public PersistedResourceException()
- Default constructor.
PersistedResourceException
public PersistedResourceException(Throwable cause)
- Parameters:
cause
- the exception cause
PersistedResourceException
public PersistedResourceException(String message)
- Parameters:
message
- exception message
PersistedResourceException
public PersistedResourceException(String message,
Throwable cause)
- Parameters:
message
- exception messagecause
- the exception cause
Copyright © 2008-2012. All Rights Reserved.