org.opensaml.common
Class SAMLRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opensaml.common.SAMLRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SAMLRuntimeException
extends java.lang.RuntimeException

Base class for runtime exceptions.

See Also:
Serialized Form

Constructor Summary
SAMLRuntimeException()
          Constructor.
SAMLRuntimeException(java.lang.Exception wrappedException)
          Constructor.
SAMLRuntimeException(java.lang.String message)
          Constructor.
SAMLRuntimeException(java.lang.String message, java.lang.Exception wrappedException)
          Constructor.
 
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

SAMLRuntimeException

public SAMLRuntimeException()
Constructor.


SAMLRuntimeException

public SAMLRuntimeException(java.lang.String message)
Constructor.

Parameters:
message - exception message

SAMLRuntimeException

public SAMLRuntimeException(java.lang.Exception wrappedException)
Constructor.

Parameters:
wrappedException - exception to be wrapped by this one

SAMLRuntimeException

public SAMLRuntimeException(java.lang.String message,
                            java.lang.Exception wrappedException)
Constructor.

Parameters:
message - exception message
wrappedException - exception to be wrapped by this one


Copyright © 2006-2012 Internet2. All Rights Reserved.