Class UnidentifiedProfileException

All Implemented Interfaces:
Serializable

public class UnidentifiedProfileException extends NotFoundException
See Also:
  • Constructor Details

    • UnidentifiedProfileException

      public UnidentifiedProfileException()
    • UnidentifiedProfileException

      public UnidentifiedProfileException(String message)
    • UnidentifiedProfileException

      public UnidentifiedProfileException(String message, Throwable cause)
    • UnidentifiedProfileException

      public UnidentifiedProfileException(Throwable cause)
    • UnidentifiedProfileException

      public UnidentifiedProfileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)