org.apache.lenya.ac.cache
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.ac.cache.BuildException
All Implemented Interfaces:
java.io.Serializable

public class BuildException
extends java.lang.Exception

Exception for problems when cacheable objects are built.

See Also:
Serialized Form

Constructor Summary
BuildException()
          Ctor.
BuildException(java.lang.String message)
          Ctor.
BuildException(java.lang.String message, java.lang.Throwable cause)
          Ctor.
BuildException(java.lang.Throwable cause)
          Ctor.
 
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

BuildException

public BuildException()
Ctor.


BuildException

public BuildException(java.lang.String message)
Ctor.

Parameters:
message - The message.

BuildException

public BuildException(java.lang.String message,
                      java.lang.Throwable cause)
Ctor.

Parameters:
message - The message.
cause - The cause.

BuildException

public BuildException(java.lang.Throwable cause)
Ctor.

Parameters:
cause - The cause.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.