org.utgenome.gwt.utgb.client
Class UTGBClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.utgenome.gwt.utgb.client.UTGBClientException
All Implemented Interfaces:
Serializable

public class UTGBClientException
extends Exception
implements Serializable

Author:
leo
See Also:
Serialized Form

Constructor Summary
UTGBClientException()
           
UTGBClientException(String message)
           
UTGBClientException(String message, Throwable cause)
           
UTGBClientException(Throwable cause)
           
UTGBClientException(UTGBClientErrorCode code, String message)
           
 
Method Summary
 UTGBClientErrorCode getErrorCode()
           
 
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

UTGBClientException

public UTGBClientException()

UTGBClientException

public UTGBClientException(String message,
                           Throwable cause)
Parameters:
message -
cause -

UTGBClientException

public UTGBClientException(String message)
Parameters:
message -

UTGBClientException

public UTGBClientException(Throwable cause)
Parameters:
cause -

UTGBClientException

public UTGBClientException(UTGBClientErrorCode code,
                           String message)
Method Detail

getErrorCode

public UTGBClientErrorCode getErrorCode()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.