org.sapia.ubik.rmi.interceptor
Class InvalidInterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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)
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.