org.clazzes.remoting
Class FlatRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.clazzes.remoting.FlatRemoteException
- All Implemented Interfaces:
- java.io.Serializable
public class FlatRemoteException
- extends java.lang.RuntimeException
This exception is used in order to serialize an exception not
otherwise serializable.
- Author:
- wglas
- See Also:
- Serialized Form
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 |
FlatRemoteException
public FlatRemoteException()
FlatRemoteException
public FlatRemoteException(java.lang.String originalClassName)
FlatRemoteException
public FlatRemoteException(java.lang.String originalClassName,
java.lang.String message)
FlatRemoteException
public FlatRemoteException(java.lang.String originalClassName,
java.lang.Throwable cause)
FlatRemoteException
public FlatRemoteException(java.lang.String originalClassName,
java.lang.String message,
java.lang.Throwable cause)
FlatRemoteException
public FlatRemoteException(java.lang.Throwable original)
getOriginalClassName
public java.lang.String getOriginalClassName()
- Returns:
- the class name of the original exception.
setOriginalClassName
public void setOriginalClassName(java.lang.String originalClassName)
- Parameters:
originalClassName
- the original class name to set.
Copyright © 2010. All Rights Reserved.