org.objectweb.jonas.security.iiop
Class Csiv2InterceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas.security.iiop.Csiv2InterceptorException
All Implemented Interfaces:
java.io.Serializable

public class Csiv2InterceptorException
extends java.lang.Exception

Exception for Csiv2

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
Csiv2InterceptorException(java.lang.String message)
          Create an exception with given message
Csiv2InterceptorException(java.lang.String message, java.lang.Throwable cause)
          Create an exception with given message and the original 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

Csiv2InterceptorException

public Csiv2InterceptorException(java.lang.String message)
Create an exception with given message

Parameters:
message - given message

Csiv2InterceptorException

public Csiv2InterceptorException(java.lang.String message,
                                 java.lang.Throwable cause)
Create an exception with given message and the original cause

Parameters:
message - given message
cause - root cause