tecgraf.openbus.exception
Class CryptographyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.openbus.exception.OpenBusException
              extended by tecgraf.openbus.exception.CryptographyException
All Implemented Interfaces:
Serializable

public final class CryptographyException
extends OpenBusException

Exceção com uso de criptografia.

Author:
Tecgraf
See Also:
Serialized Form

Constructor Summary
CryptographyException(String message)
          Construtor.
CryptographyException(Throwable cause)
          Construtor.
 
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

CryptographyException

public CryptographyException(String message)
Construtor.

Parameters:
message - mensagem de erro.

CryptographyException

public CryptographyException(Throwable cause)
Construtor.

Parameters:
cause - exeção original


Copyright © 2014. All Rights Reserved.