Class ObjectWritingException

  • All Implemented Interfaces:
    Serializable

    public class ObjectWritingException
    extends IOException
    Cannot store an object in the object database. This is a serious error that users need to be made aware of.
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectWritingException

        public ObjectWritingException​(String s)
        Constructs an ObjectWritingException with the specified detail message.
        Parameters:
        s - message
      • ObjectWritingException

        public ObjectWritingException​(String s,
                                      Throwable cause)
        Constructs an ObjectWritingException with the specified detail message.
        Parameters:
        s - message
        cause - root cause exception