org.apache.cxf.rs.security.jose.jws
Class JwsException

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.jws.JwsException
All Implemented Interfaces:
Serializable

public class JwsException
extends JoseException

See Also:
Serialized Form

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

JwsException

public JwsException(JwsException.Error status)

JwsException

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

getError

public JwsException.Error getError()


Apache CXF