br.gov.ans.tiss.exceptions
Class TissCertificadoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.gov.ans.tiss.exceptions.TissCertificadoException
All Implemented Interfaces:
java.io.Serializable

public class TissCertificadoException
extends java.lang.Exception

O principal do certificado apresentado não pode ser aceito.

See Also:
Serialized Form

Constructor Summary
TissCertificadoException()
          Creates a new instance of TissCertificadoException without detail message.
TissCertificadoException(java.lang.String msg)
          Constructs an instance of TissCertificadoException with the specified detail message.
 
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

TissCertificadoException

public TissCertificadoException()
Creates a new instance of TissCertificadoException without detail message.


TissCertificadoException

public TissCertificadoException(java.lang.String msg)
Constructs an instance of TissCertificadoException with the specified detail message.

Parameters:
msg - the detail message.