Class WebClientSocketThread.WcstException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    WebClientSocketThread

    public class WebClientSocketThread.WcstException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WcstException​(java.lang.String message)  
      WcstException​(java.lang.String message, boolean dupl, boolean cancelled)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean failedBecauseAlreadyLoggedIn()  
      boolean wasCancelled()  
      • 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
    • Field Detail

      • failedBecauseAlreadyLoggedIn

        boolean failedBecauseAlreadyLoggedIn
      • wasCancelled

        boolean wasCancelled
    • Constructor Detail

      • WcstException

        public WcstException​(java.lang.String message,
                             boolean dupl,
                             boolean cancelled)
      • WcstException

        public WcstException​(java.lang.String message)
    • Method Detail

      • failedBecauseAlreadyLoggedIn

        public boolean failedBecauseAlreadyLoggedIn()
      • wasCancelled

        public boolean wasCancelled()