es.rediris.papi.exception
Class PAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by es.rediris.papi.exception.PAPIException
All Implemented Interfaces:
Serializable

public class PAPIException
extends Exception

See Also:
Serialized Form

Constructor Summary
PAPIException()
           
PAPIException(Exception e)
           
PAPIException(String message)
           
PAPIException(String message, Exception e)
           
 
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

PAPIException

public PAPIException()

PAPIException

public PAPIException(Exception e)

PAPIException

public PAPIException(String message)

PAPIException

public PAPIException(String message,
                     Exception e)