com.legstar.coxb.transform
Class HostTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.legstar.coxb.transform.HostTransformException
All Implemented Interfaces:
Serializable

public class HostTransformException
extends Exception

Error transforming data to or from the host.

See Also:
Serialized Form

Constructor Summary
HostTransformException(Exception e)
          Constructor from an inner exception.
HostTransformException(String message)
          Constructor from an error message.
 
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

HostTransformException

public HostTransformException(String message)
Constructor from an error message.

Parameters:
message - the text message

HostTransformException

public HostTransformException(Exception e)
Constructor from an inner exception.

Parameters:
e - the inner exception


Copyright © 2015 LegSem. All Rights Reserved.