Class MarshallingException

  • All Implemented Interfaces:
    Serializable

    public class MarshallingException
    extends Exception
    Expresses that an object could not be marshalled or unmarshalled.
    See Also:
    Serialized Form
    • Constructor Detail

      • MarshallingException

        public MarshallingException()
      • MarshallingException

        public MarshallingException​(String message)
      • MarshallingException

        public MarshallingException​(String message,
                                    Throwable cause)
      • MarshallingException

        public MarshallingException​(Throwable cause)
      • MarshallingException

        public MarshallingException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)