Class MarshalException

All Implemented Interfaces:
Serializable

public class MarshalException extends XMLException
An exception that is used to signal marshalling exceptions.
Version:
$Revision: 8870 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
Author:
Keith Visco
See Also:
  • Field Details

  • Constructor Details

    • MarshalException

      public MarshalException()
      Creates a new MarshalException with no message or nested exception.
    • MarshalException

      public MarshalException(String message)
      Creates a new MarshalException with the given message.
      Parameters:
      message - the message for this exception
    • MarshalException

      public MarshalException(String message, int errorCode)
      Deprecated.
      Creates a new MarshalException with the given message and an error code.
      Parameters:
      message - the message for this exception
      errorCode - the error code for this exception
    • MarshalException

      public MarshalException(Throwable exception)
      Creates a new MarshalException with the given nested exception.
      Parameters:
      exception - the nested exception
    • MarshalException

      public MarshalException(String message, Throwable exception)
      Creates a new MarshalException with the given message and nested exception.
      Parameters:
      message - the detail message for this exception
      exception - the nested exception
    • MarshalException

      public MarshalException(String message, Throwable exception, int errorCode)
      Deprecated.
      Creates a new MarshalException with the given message, nested exception, and error code.
      Parameters:
      message - the detail message for this exception
      exception - the nested exception
      errorCode - the error code for this Exception