Class ProfileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.cryptomorin.xseries.profiles.exceptions.ProfileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidProfileContainerException, InvalidProfileException, MojangAPIException, ProfileChangeException

public class ProfileException extends RuntimeException
Represents any known errors that can occur for the profiles API.
See Also:
  • Constructor Details

    • ProfileException

      public ProfileException()
    • ProfileException

      public ProfileException(String message)
    • ProfileException

      public ProfileException(String message, Throwable cause)
    • ProfileException

      public ProfileException(Throwable cause)
    • ProfileException

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