org.apache.cxf.rs.security.jose.jwe
Class JweException

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
                  extended by org.apache.cxf.rs.security.jose.jwe.JweException
All Implemented Interfaces:
Serializable

public class JweException
extends JoseException

See Also:
Serialized Form

Nested Class Summary
static class JweException.Error
           
 
Constructor Summary
JweException(JweException.Error status)
           
JweException(JweException.Error status, Throwable cause)
           
 
Method Summary
 JweException.Error getError()
           
 
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

JweException

public JweException(JweException.Error status)

JweException

public JweException(JweException.Error status,
                    Throwable cause)
Method Detail

getError

public JweException.Error getError()


Apache CXF