com.poscoict.glueframework.scheduling
Class GlueSchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.poscoict.glueframework.GlueException
                  extended by com.poscoict.glueframework.scheduling.GlueSchedulerException
All Implemented Interfaces:
Serializable

public class GlueSchedulerException
extends GlueException

Glue Framework에서 Scheduling 관련 클래스 Exception 처리를 담당

See Also:
Serialized Form

Constructor Summary
GlueSchedulerException(String message)
          생성자
GlueSchedulerException(String message, Throwable cause)
          생성자
 
Method Summary
 
Methods inherited from class com.poscoict.glueframework.GlueException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlueSchedulerException

public GlueSchedulerException(String message)
생성자

Parameters:
message - 에러 메시지

GlueSchedulerException

public GlueSchedulerException(String message,
                              Throwable cause)
생성자

Parameters:
cause - 원인(Root, Cause) Exception
message - 에러 메시지


Copyright © 2013–2016 POSCO ICT. All rights reserved.