com.nimbusds.jose
Class JOSEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nimbusds.jose.JOSEException
All Implemented Interfaces:
Serializable

public class JOSEException
extends Exception

Javascript Object Signing and Encryption (JOSE) exception.

Version:
$version$ (2012-09-15)
Author:
Vladimir Dzhuvinov
See Also:
Serialized Form

Constructor Summary
JOSEException(String message)
          Creates a new JOSE exception with the specified message.
JOSEException(String message, Throwable cause)
          Creates a new JOSE exception with the specified message and cause.
 
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

JOSEException

public JOSEException(String message)
Creates a new JOSE exception with the specified message.

Parameters:
message - The exception message.

JOSEException

public JOSEException(String message,
                     Throwable cause)
Creates a new JOSE exception with the specified message and cause.

Parameters:
message - The exception message.
cause - The exception cause.


Copyright © 2013 NimbusDS. All Rights Reserved.