org.apache.jackrabbit.mk.api
Class MicroKernelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jackrabbit.mk.api.MicroKernelException
All Implemented Interfaces:
Serializable

public class MicroKernelException
extends RuntimeException

Exception thrown by methods of the MicroKernel API

See Also:
Serialized Form

Constructor Summary
MicroKernelException()
           
MicroKernelException(String message)
           
MicroKernelException(String message, Throwable cause)
           
MicroKernelException(Throwable cause)
           
 
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

MicroKernelException

public MicroKernelException()

MicroKernelException

public MicroKernelException(String message)

MicroKernelException

public MicroKernelException(String message,
                            Throwable cause)

MicroKernelException

public MicroKernelException(Throwable cause)


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