Class QueueWriteException

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

public class QueueWriteException extends Exception
See Also:
  • Constructor Details

    • QueueWriteException

      public QueueWriteException()
    • QueueWriteException

      public QueueWriteException(String message)
    • QueueWriteException

      public QueueWriteException(Throwable cause)
    • QueueWriteException

      public QueueWriteException(String message, Throwable cause)