de.knipp.rritoolkit
Class PooledPort.WriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.knipp.rritoolkit.PooledPort.WriteException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PooledPort

private static class PooledPort.WriteException
extends java.io.IOException

exception that specifically marks I/O exceptions that happen during the sending of the EPP command

Version:
$Revision: 14936 $
Author:
Klaus Malorny

Constructor Summary
PooledPort.WriteException(java.lang.String msg)
          constructor
PooledPort.WriteException(java.lang.String msg, java.io.IOException cause)
          constructor
 
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

PooledPort.WriteException

public PooledPort.WriteException(java.lang.String msg,
                                 java.io.IOException cause)
constructor

Parameters:
msg - the message
cause - the causing exception

PooledPort.WriteException

public PooledPort.WriteException(java.lang.String msg)
constructor

Parameters:
msg - the message


Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH