jPOS 1.6.1 API Documentation

org.jpos.security
Class CryptographicServiceMessage.ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.security.CryptographicServiceMessage.ParsingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CryptographicServiceMessage

public static class CryptographicServiceMessage.ParsingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CryptographicServiceMessage.ParsingException()
           
CryptographicServiceMessage.ParsingException(java.lang.String detail)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptographicServiceMessage.ParsingException

public CryptographicServiceMessage.ParsingException()

CryptographicServiceMessage.ParsingException

public CryptographicServiceMessage.ParsingException(java.lang.String detail)

jPOS.org