org.ocopomo.endorsement.exception
Class EndorsementSchemeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ocopomo.endorsement.exception.EndorsementSchemeException
All Implemented Interfaces:
java.io.Serializable

public class EndorsementSchemeException
extends java.lang.RuntimeException

A generic exception concerning problems related to this library

Author:
Francesco Poggi, Scott Moss
See Also:
Serialized Form

Constructor Summary
EndorsementSchemeException()
          The constructor of the exception.
EndorsementSchemeException(java.lang.String message)
          The constructor of the exception.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndorsementSchemeException

public EndorsementSchemeException()
The constructor of the exception.


EndorsementSchemeException

public EndorsementSchemeException(java.lang.String message)
The constructor of the exception.

Parameters:
message - a string defining a message for the exception.