Class ProfileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.profile.api.exceptions.ProfileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
I10nProfileException, ProfileRestServiceException

public class ProfileException extends Exception
Root exception for profile.
Author:
avasquez
See Also:
  • Constructor Details

    • ProfileException

      public ProfileException()
    • ProfileException

      public ProfileException(String message)
    • ProfileException

      public ProfileException(String message, Throwable cause)
    • ProfileException

      public ProfileException(Throwable cause)