Class ProfileException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstraintViolationException, CreateInstanceException, InstanceCastException, InstanceReferenceException, RemoveInstanceException, UnknownInstanceException

public class ProfileException extends AppException
Base class for exception that originate from the profile.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ProfileException

      public ProfileException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
    • ProfileException

      public ProfileException(String message, Throwable cause)
      Constructor with both a message and an exception explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.
      cause - The original cause of the error.