org.apache.pluto.util
Class UtilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pluto.util.UtilityException
- All Implemented Interfaces:
- Serializable
public class UtilityException
- extends 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 |
UtilityException
public UtilityException()
UtilityException
public UtilityException(String message)
UtilityException
public UtilityException(String message,
Throwable cause)
UtilityException
public UtilityException(Throwable cause)
UtilityException
public UtilityException(String message,
Throwable cause,
File installDir)
getInstallDir
public File getInstallDir()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.