Liferay 7.0-ce-b4

com.liferay.portal.kernel.exception
Class LoggedExceptionInInitializerError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.LinkageError
              extended by java.lang.ExceptionInInitializerError
                  extended by com.liferay.portal.kernel.exception.LoggedExceptionInInitializerError
All Implemented Interfaces:
Serializable

public class LoggedExceptionInInitializerError
extends ExceptionInInitializerError

See Also:
Serialized Form

Constructor Summary
LoggedExceptionInInitializerError(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.ExceptionInInitializerError
getCause, getException
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

LoggedExceptionInInitializerError

public LoggedExceptionInInitializerError(Throwable cause)

Liferay 7.0-ce-b4