Class ProfileAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProfileAlreadyExistsException
    extends java.lang.RuntimeException
    Exception thrown when attempting to create a profile element with a name that already exists.
    Author:
    Richard Smith
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfileAlreadyExistsException​(java.lang.String msg)
      Constructs an ProfileNameAlreadyExistsExceptionException with the specified detail message.
      ProfileAlreadyExistsException​(java.lang.String msg, java.lang.Throwable t)
      Constructs an ProfileAlreadyExistsExceptionException with the specified detail message and nested throwable.
      ProfileAlreadyExistsException​(java.lang.Throwable t)
      Constructs an ProfileAlreadyExistsExceptionException with the specified nested throwable.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProfileAlreadyExistsException

        public ProfileAlreadyExistsException​(java.lang.String msg)
        Constructs an ProfileNameAlreadyExistsExceptionException with the specified detail message.
        Parameters:
        msg - the detail message
      • ProfileAlreadyExistsException

        public ProfileAlreadyExistsException​(java.lang.Throwable t)
        Constructs an ProfileAlreadyExistsExceptionException with the specified nested throwable.
        Parameters:
        t - the nested throwable
      • ProfileAlreadyExistsException

        public ProfileAlreadyExistsException​(java.lang.String msg,
                                             java.lang.Throwable t)
        Constructs an ProfileAlreadyExistsExceptionException with the specified detail message and nested throwable.
        Parameters:
        msg - the detail message
        t - the nested throwable