Class PscException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.signer.exceptions.SignerException
br.ufsc.labsec.signature.signer.exceptions.communication.A3Exception
br.ufsc.labsec.signature.signer.exceptions.communication.psc.PscException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PscAlgorithmNotSupportedException
,PscCertificateException
,PscTimeOutException
,PscTokenExpiredException
public class PscException extends A3Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PscException(String errorMessage)
-
Method Summary
Modifier and Type Method Description String
getInfo()
FrontEndExceptionInstruction
getRecoverInstruction()
String
getTitle()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PscException
-
-
Method Details
-
getInfo
- Overrides:
getInfo
in classA3Exception
-
getTitle
- Overrides:
getTitle
in classSignerException
-
getRecoverInstruction
- Overrides:
getRecoverInstruction
in classA3Exception
-