Class CreateResourceTypeException

  • All Implemented Interfaces:
    Serializable

    public class CreateResourceTypeException
    extends Exception
    Means that an error occurred while trying to construct an ResourceType object.
    Since:
    7.1M1
    Version:
    $Id: 90855e32f9e0f3b2ff7efe62fab4274903b464c4 $
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateResourceTypeException

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

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