Class CreateResourceReferenceException

  • All Implemented Interfaces:
    Serializable

    public class CreateResourceReferenceException
    extends Exception
    Means that an error occurred while trying to construct an ResourceReference object.
    Since:
    6.1M2
    Version:
    $Id: 61c74a4fd086a65f72edaa4398023e3085595959 $
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateResourceReferenceException

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

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