com.anwrt.commons.protocol.exceptions
Class AwtHessianSerializerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.anwrt.commons.protocol.exceptions.AwtHessianSerializerException
All Implemented Interfaces:
java.io.Serializable

public class AwtHessianSerializerException
extends java.lang.Exception

AwtHessianSerializerException.
creation : 19 aug 2008

Author:
David FRANCOIS
See Also:
Serialized Form

Constructor Summary
AwtHessianSerializerException(java.lang.Exception exception)
           
AwtHessianSerializerException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AwtHessianSerializerException

public AwtHessianSerializerException(java.lang.String message)
Parameters:
message - message of the exception

AwtHessianSerializerException

public AwtHessianSerializerException(java.lang.Exception exception)
Parameters:
exception - exception to be throw