org.iids.aos.systemservices.communicator.structs
Class MarshallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.systemservices.communicator.structs.MarshallException
All Implemented Interfaces:
java.io.Serializable

public class MarshallException
extends java.lang.Exception

Author:
hidde@cs.vu.nl
See Also:
Serialized Form

Constructor Summary
MarshallException()
           
MarshallException(java.lang.String message)
           
MarshallException(java.lang.String message, java.lang.Throwable cause)
           
MarshallException(java.lang.Throwable 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

MarshallException

public MarshallException()

MarshallException

public MarshallException(java.lang.String message)

MarshallException

public MarshallException(java.lang.String message,
                         java.lang.Throwable cause)

MarshallException

public MarshallException(java.lang.Throwable cause)


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.