org.apache.airavata.common.exception
Class UtilsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.airavata.common.exception.UtilsException
All Implemented Interfaces:
Serializable

public class UtilsException
extends Exception

See Also:
Serialized Form

Constructor Summary
UtilsException()
          Constructs a UtilsException.
UtilsException(String message)
          Constructs a UtilsException.
UtilsException(String message, Throwable cause)
          Constructs a UtilsException.
UtilsException(Throwable cause)
          Constructs a UtilsException.
 
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

UtilsException

public UtilsException()
Constructs a UtilsException.


UtilsException

public UtilsException(String message)
Constructs a UtilsException.

Parameters:
message -

UtilsException

public UtilsException(Throwable cause)
Constructs a UtilsException.

Parameters:
cause -

UtilsException

public UtilsException(String message,
                      Throwable cause)
Constructs a UtilsException.

Parameters:
message -
cause -


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.