org.ogf.graap.wsag.server.persistence
Class PersistedResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PersistedResourceException()
          Default constructor.
PersistedResourceException(String message)
           
PersistedResourceException(String message, Throwable cause)
           
PersistedResourceException(Throwable cause)
           
 
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
 

Constructor Detail

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 message
cause - the exception cause


Copyright © 2008-2012. All Rights Reserved.