org.sapia.ubik.rmi.interceptor
Class InvalidInterceptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sapia.ubik.rmi.interceptor.InvalidInterceptorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInterceptorException
extends java.lang.RuntimeException

Signals that an interceptor could not be registered for a given event.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
InvalidInterceptorException(java.lang.String msg)
           
InvalidInterceptorException(java.lang.String msg, java.lang.Throwable err)
           
InvalidInterceptorException(java.lang.Throwable err)
           
 
Method Summary
 java.lang.Throwable getNestedError()
           
 void printStackTrace()
           
 void printStrackTrace(java.io.PrintStream ps)
           
 void printStrackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInterceptorException

public InvalidInterceptorException(java.lang.String msg)

InvalidInterceptorException

public InvalidInterceptorException(java.lang.Throwable err)

InvalidInterceptorException

public InvalidInterceptorException(java.lang.String msg,
                                   java.lang.Throwable err)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStrackTrace

public void printStrackTrace(java.io.PrintStream ps)

printStrackTrace

public void printStrackTrace(java.io.PrintWriter pw)

getNestedError

public java.lang.Throwable getNestedError()


Copyright © 2010 Sapia OSS. All Rights Reserved.