com.leafdigital.irc.api
Class NetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by leafchat.core.api.GeneralException
              extended by com.leafdigital.irc.api.NetworkException
All Implemented Interfaces:
java.io.Serializable

public class NetworkException
extends GeneralException

Exception that occurs due to networking error

See Also:
Serialized Form

Constructor Summary
NetworkException(java.lang.String message)
           
NetworkException(java.lang.String message, java.lang.Throwable cause)
           
NetworkException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkException

public NetworkException(java.lang.String message)
Parameters:
message - Text of error

NetworkException

public NetworkException(java.lang.Throwable cause)
Parameters:
cause - Cause of error

NetworkException

public NetworkException(java.lang.String message,
                        java.lang.Throwable cause)
Parameters:
message - Text of error
cause - Cause of error


Copyright © 2011 Samuel Marshall. All rights reserved.