Class ResourceReferenceCreationException

  • All Implemented Interfaces:
    Serializable

    public class ResourceReferenceCreationException
    extends Exception
    Means that an error occurred while trying to construct an ResourceReference object.
    Since:
    5.3M1
    Version:
    $Id: 9adddb3e38f32ef51ac51f6599e13970e9904fb3 $
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceReferenceCreationException

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

        public ResourceReferenceCreationException​(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)