org.apache.pluto.util
Class UtilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pluto.util.UtilityException
- All Implemented Interfaces:
- java.io.Serializable
public class UtilityException
- extends java.lang.Exception
Exception thrown if an error occurs while managing
a portal instance.
- See Also:
- Serialized Form
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 |
UtilityException
public UtilityException()
UtilityException
public UtilityException(java.lang.String message)
UtilityException
public UtilityException(java.lang.String message,
java.lang.Throwable cause)
UtilityException
public UtilityException(java.lang.Throwable cause)
UtilityException
public UtilityException(java.lang.String message,
java.lang.Throwable cause,
java.io.File installDir)
getInstallDir
public java.io.File getInstallDir()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.