Class ProfileNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.profile.ProfileNotFoundException
All Implemented Interfaces:
Serializable

public class ProfileNotFoundException extends RuntimeException
Thrown by a profile lookup service if a profile does not exist.
See Also:
  • Constructor Details

    • ProfileNotFoundException

      public ProfileNotFoundException()
      Constructs a new ProfileNotFoundException.
    • ProfileNotFoundException

      public ProfileNotFoundException(String message)
      Constructs a new ProfileNotFoundException with the specified message.
      Parameters:
      message - The exception message
    • ProfileNotFoundException

      public ProfileNotFoundException(Throwable cause)
      Constructs a new ProfileNotFoundException with the specified cause and a null message.
      Parameters:
      cause - The cause of this exception
    • ProfileNotFoundException

      public ProfileNotFoundException(String message, Throwable cause)
      Constructs a new ProfileNotFoundException with the specified message and cause.
      Parameters:
      message - The exception message
      cause - The cause of this exception