org.mobicents.slee.resource.parlay.util.crypto
Class RSAUtilException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mobicents.slee.resource.parlay.util.crypto.RSAUtilException
All Implemented Interfaces:
java.io.Serializable

public class RSAUtilException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RSAUtilException(java.lang.String message)
           
RSAUtilException(java.lang.String message, java.lang.Throwable cause)
           
RSAUtilException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RSAUtilException

public RSAUtilException(java.lang.Throwable cause)

RSAUtilException

public RSAUtilException(java.lang.String message)

RSAUtilException

public RSAUtilException(java.lang.String message,
                        java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable
See Also:
Throwable.getLocalizedMessage()


Copyright © 2009. All Rights Reserved.