de.fuberlin.wiwiss.ng4j.swp.exceptions
Class SWPSignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by java.security.SignatureException
                  extended by de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPSignatureException
All Implemented Interfaces:
Serializable

public class SWPSignatureException
extends SignatureException

Exception class used for document signing errors.

See Also:
Serialized Form

Constructor Summary
SWPSignatureException(String aMessage)
           
 
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

SWPSignatureException

public SWPSignatureException(String aMessage)