Class NameConflictException

All Implemented Interfaces:
Serializable

public class NameConflictException extends TranslatableException
See Also:
  • Constructor Details

    • NameConflictException

      public NameConflictException(String message)
      Parameters:
      message -

      The message to display on the stacktrace for this exception

    • NameConflictException

      public NameConflictException(String message, NetworkType networkType)
      Parameters:
      message -

      The message to display on the stacktrace for this exception

      networkType -

      The network type that relates to this exception

  • Method Details