Class SerializeResourceReferenceException

  • All Implemented Interfaces:
    Serializable

    public class SerializeResourceReferenceException
    extends Exception
    Means that an error occurred while trying to serialize a ResourceReference object.
    Since:
    7.2M1
    Version:
    $Id: b57c581d7ea0e663c37fba4415a633fd7b25899b $
    See Also:
    Serialized Form
    • Constructor Detail

      • SerializeResourceReferenceException

        public SerializeResourceReferenceException​(String message)
        Parameters:
        message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
      • SerializeResourceReferenceException

        public SerializeResourceReferenceException​(String message,
                                                   Throwable throwable)
        Parameters:
        message - The detailed message. This can later be retrieved by the Throwable.getMessage() method.
        throwable - the cause. This can be retrieved later by the Throwable.getCause() method. (A null value is permitted, and indicates that the cause is nonexistent or unknown)