Class InitializeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.queue.file.exception.InitializeException
All Implemented Interfaces:
Serializable

public class InitializeException extends Exception
See Also:
  • Constructor Details

    • InitializeException

      public InitializeException()
    • InitializeException

      public InitializeException(String message)
    • InitializeException

      public InitializeException(Throwable cause)
    • InitializeException

      public InitializeException(String message, Throwable cause)