Class P2PException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.p2p.P2PException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
AbstractLocatorException

public class P2PException extends org.refcodes.exception.AbstractException
Base exception for this package.
See Also:
  • Constructor Details

    • P2PException

      public P2PException(String message, Throwable cause)
    • P2PException

      public P2PException(String message)
    • P2PException

      public P2PException(Throwable cause)
    • P2PException

      public P2PException(String aMessage, Throwable aCause, String aErrorCode)
    • P2PException

      public P2PException(String aMessage, String aErrorCode)
    • P2PException

      public P2PException(Throwable aCause, String aErrorCode)