br.gov.ans.tiss.exceptions
Class TissNodoException

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

public class TissNodoException
extends java.lang.Exception

Exception que indica problemas de presença de descritores para nodos operadora destinatários de mensagens.

See Also:
Serialized Form

Constructor Summary
TissNodoException()
          Construtor vazio padrão.
 
Method Summary
 java.lang.String getLocalizedMessage()
          Chama getMessage() já que só há mensagens em português.
 java.lang.String getMessage()
          Override para o método de Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TissNodoException

public TissNodoException()
Construtor vazio padrão.

Method Detail

getMessage

public java.lang.String getMessage()
Override para o método de Exception. Retorna mensagem descritiva para o erro.

Overrides:
getMessage in class java.lang.Throwable
Returns:
Mensagem descritiva para o erro.

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Chama getMessage() já que só há mensagens em português.

Overrides:
getLocalizedMessage in class java.lang.Throwable
Returns:
getMessage().