org.apache.cxf.rs.security.jose
Class JoseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.rs.security.jose.JoseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JweException, JwsException

public class JoseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
JoseException()
           
JoseException(String error)
           
JoseException(Throwable 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()

JoseException

public JoseException(String error)

JoseException

public JoseException(Throwable cause)


Apache CXF